home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / LB / lb.exe / data.z / crystal.txt < prev    next >
Encoding:
Text File  |  1999-01-07  |  879 b   |  22 lines

  1.         How to use Crystal Report with LittleBrother
  2.  
  3. LittleBrother 3.0 provide one sample report to illustrate how to generate report
  4. with Crystal Report v6.0.
  5.  
  6. The installation will copy two files:
  7. 1) u2lklb.dll - custom functions
  8.     KlbTimeString (number) - convert Time value to format: 01/02/98 16:00:00
  9.     KlbTimeNumber (string) - convert 01/02/98 16:00:00 to Time value
  10.     KlbDurationString (number) - convert duration value to format: hour:minute:second
  11.    !!! You must manually copy u2lklb.dll to %SystemRoot%\Crystal.
  12.  
  13. 2) access.rpt
  14. a) Create ODBC data source: 
  15.     data source name: klbdata
  16.     driver: microsoft access
  17.     database: klbdbase.mdb under LB directory
  18. b) Copy u2lklb.dll to %SystemRoot%\Crystal.
  19. c) Use Crystal Report v6.0 report designer to open access.rpt
  20. d) The report has three parameters to choose: 
  21.     Report From, To, and User Name (case sensitive)
  22.